home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / shared.swf / scripts / DefineButton2_164_scrollIcon_btn_id / BUTTONCONDACTION on(press).as next >
Text File  |  2003-11-09  |  139b  |  6 lines

  1. on(press){
  2.    maxBottom = 164 - scroll_btn._height + 2;
  3.    startDrag(scroll_btn,0,12,3,12,maxBottom);
  4.    moveMenu_mc.runScript = 1;
  5. }
  6.